home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00022_Script_22
< prev
next >
Wrap
Text File
|
2001-12-07
|
353b
|
17 lines
global area
on exitframe me
if area = 1 then
go to frame "construct"
else if area = 2 then
go to frame "robattle"
else if area = 3 then
go to frame "fighter"
else if area = 4 then
go to frame "fun"
else if area = 5 then
go to frame "video"
else if area = 0 then
go to frame "start"
end if
end